home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu317.dms / pu317.adf / S / startup-sequence < prev    next >
Text File  |  1990-06-01  |  731b  |  30 lines

  1. c:SetPatch >NIL: ;patch system functions
  2. Addbuffers df0: 20
  3. Addbuffers df1: 20
  4. cd c:
  5. echo "Amiga TCPIP issued by N.E.R.D.S. supplied by G1YYH"
  6.  
  7. Sys:System/FastMemFirst ; move C00000 memory to last in list
  8. BindDrivers
  9. SetClock load ;load system time from real time clock (A1000 owners should
  10.               ;replace the SetClock load with Date
  11. FF >NIL: -0 ;speed up Text
  12. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  13. resident c:Execute pure
  14. mount newcon:
  15. ;
  16. failat 11
  17. run execute s:StartupII ;This lets resident be used for rest of script
  18. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  19. ;
  20. SYS:System/SetMap gb ;Activate the ()/* on keypad
  21. cd df0:
  22. ;run dm
  23.  
  24. ;wait 10
  25. net
  26. loadwb delay
  27. endcli >NIL:
  28.  
  29.  
  30.